MAUI | ComponentOne
C1.Maui.Grid Assembly / C1.Maui.Grid Namespace / FlexGridDetailProvider<TItem> Class / DetailCollapsedIconTemplate Property
In This Topic
    DetailCollapsedIconTemplate Property (FlexGridDetailProvider<TItem>)
    In This Topic
    Gets or sets the template used to create the icon displayed when the detail row is collapsed.
    Syntax
    public C1IconTemplate DetailCollapsedIconTemplate {get; set;}
    Remarks
    When this property is null, the DetailExpandedIconTemplate icon template will be mirrored horizontally.
    See Also